pspdisplay_kernel.h

Go to the documentation of this file.
00001 /*
00002  * PSP Software Development Kit - http://www.pspdev.org
00003  * -----------------------------------------------------------------------
00004  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
00005  *
00006  * pspdisplay_kernel.h - Prototypes for the sceDisplay_driver library.
00007  *
00008  * Copyright (c) 2005 Marcus R. Brown <mrbrown@ocgnet.org>
00009  * Copyright (c) 2005 James Forshaw <tyranid@gmail.com>
00010  * Copyright (c) 2005 John Kelley <ps2dev@kelley.ca>
00011  *
00012  * $Id: pspdisplay_kernel.h 2017 2006-10-07 16:51:57Z tyranid $
00013  */
00014 #ifndef __DISPLAYKERNEL_H__
00015 #define __DISPLAYKERNEL_H__
00016 
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020 
00030 void sceDisplay_driver_63E22A26(int pri, void *topaddr, int bufferwidth, int pixelformat, int sync);
00031 
00041 int sceDisplay_driver_5B5AEFAD(int pri, void **topaddr, int *bufferwidth, int *pixelformat, int *unk1);
00042 
00043 /* Define some names to make it nicer */
00044 #define sceDisplaySetFrameBufferInternal sceDisplay_driver_63E22A26
00045 #define sceDisplayGetFrameBufferInternal sceDisplay_driver_5B5AEFAD
00046 
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050 
00051 #endif

Generated on Tue Nov 21 11:46:03 2006 for pspsdk-1.0+beta2 by  doxygen 1.4.6